// Copyright  1994-1995 Apple Computer, Inc. All rights reserved.

constant kAppObject := '["Record", "Records"];
constant kSoupName := kAppString; 					// "TrueGrid:PIEDTS";
DefConst('kSoupIndexes, '[{structure: slot, path: aString, type: string}]);

constant kSoupPad := 256;	// bytes of "undisplayed" data in the soup.

constant kNumbersList := '["1", "5", "10", "25", "50", "100"];
constant kNumbersArray := '[1, 5, 10, 25, 50, 100];

// for tracking hilite in drawn rows
DefConst('kXORstyle, {penPattern: vfNone, transferMode: modeXor, fillPattern: vfBlack});

// for drawn row.
DefConst('kLeftTextStyle, {font: ROM_fontSystem9, penSize: 1, penPattern: vfBlack, justification: 'left});
DefConst('kCenterTextStyle, {font: ROM_fontSystem9, penSize: 1, penPattern: vfBlack, justification: 'center});
DefConst('kRightTextStyle, {font: ROM_fontSystem9, penSize: 1, penPattern: vfBlack, justification: 'right});
DefConst('kBorderStyle, {penPattern: vfGray});

